-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: improve docker tests #2514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportBase: 89.91% // Head: 89.91% // No change to project coverage 👍
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2514 +/- ##
=========================================
Coverage 89.91% 89.91%
Complexity 712 712
=========================================
Files 32 32
Lines 1726 1726
=========================================
Hits 1552 1552
Misses 174 174 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This reverts commit 83d5d34.
Add minimal description, please |
I've added description, Thank you for your review. |
Currently it's not possible to run test when running
docker-compose up
as the test container just stops silently and it's possible to run it again.After this merge it would be possible to run tests just by starting up the container and it'll just work.